[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MPRINT EXP[,EXP...]
MPRINTLN [exp[,exp]]

 Function
  Print (write) a line to the caller's screen (modem) only (with an
  optional newline appended).

 Syntax
  MPRINT exp[,exp]
  -or-
  MPRINTLN [exp[,exp]]

   exp  - An expression of any type to evaluate and write to the caller's
          screen.

 Remarks
  These statements will evalutate zero, one or more expressions of any
  type and write the results to the modem for the caller's display.  The
  MPRINTLN statement will append a newline to the end of the expressions;
  MPRINT will not.  Note that at least one expression must be specified
  for MPRINT, unlike the MPRINTLN statement which need not have any
  arguments passed to it.  These statements only send information to the
  modem and do not interpret @ codes; if the remote caller has ANSI then
  ANSI will be interpreted.

 Examples
  MPRINT "The name of the currently running PPE file is "
  MPRINTLN PPENAME(),"."
  MPRINT "The path where it is located is "
  MPRINTLN PPEPATH(),"."
  MPRINT "The date is ",DATE()," and the time is ",TIME(),"."
  MPRINTLN


See Also: PRINT/PRINTLN SPRINT/SPRINTLN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson